Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/nats-io/stan.go to v0.10.4 #317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/nats-io/stan.go v0.5.0 -> v0.10.4 age adoption passing confidence

Release Notes

nats-io/stan.go (github.com/nats-io/stan.go)

v0.10.4

Compare Source

Changelog

Updated
  • Dependencies (#​370)
    • github.com/nats-io/nats.go v1.16.0 -> v1.22.1
    • golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa -> v0.5.0
Complete Changes

v0.10.3

Compare Source

Changelog

Updated
  • NATS Go client dependency, from v0.13.0 to v0.16.0 (#​367)
Fixed
Complete Changes

v0.10.2

Compare Source

Changelog

Added/Changed
  • AllowCloseRetry option to be able to retry connection Close() on failure. In PR #​360, a failed Close() would cause the underlying NATS connection to not be closed, which could have undesired behavior for users that did not check Close() status and would not call it again until success. Adding this new option restores original behavior by default, and forces users to use this option to change the behavior of connection Close(), with the understanding of the possible side effect (#​361)
Complete Changes

v0.10.1

Compare Source

Changelog

Fixed
  • Ability to retry a connection Close() or subscription Close() and Unsubscribe() if the protocol failed to be properly sent or received. Thanks to @​mihai-tiriplica-f3 for the feedback (#​360)
Complete Changes

v0.10.0

Compare Source

Changelog

The master branch was renamed to main. If you have a fork/clone of the repo, you may have to run this:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Deprecated
  • The NatsConn() option is deprecated, the new option NatsOptions() should be used instead. Thanks to @​Russiancold for the suggestion (#​355)
Added
  • NatsOptions() option to configure the underlying NATS connection used by the Streaming connection. Thanks to @​Russiancold for the suggestion (#​355)
Complete Changes

v0.9.0

Compare Source

Changelog

Updated
  • NATS client dependency to v1.11.0 (#​350)
Complete Changes

v0.8.3

Compare Source

Changelog

Fixed
  • Subscribe timeout should send a close request (#​347)
Complete Changes

v0.8.2

Compare Source

Changelog

Updated
Complete Changes

v0.8.1

Compare Source

Changelog

Fixed
  • More fixes for protobuf's Unmarshal() (#​340)
Complete Changes

v0.8.0

Compare Source

Changelog

Added
  • Benchmark tool: ability to set a username/password and/or TLS certificates. Thanks to @​lmtyler for the contribution (#​318)
  • Note about reconnection in README. Thanks to @​KidLinus for the recommendation (#​323)
  • Note about MsgProto.Timestamp precision in protocol.proto. Thanks to @​palsivertsen for the recommendation (#​329)
Changed
  • Default pings settings will now be 5 second and 88 failures, which better matches to the default server heartbeat settings. The original 5sec and 3 failures were too small and would cause a client to consider the connection lost after a very short server downtime (#​337)
Fixed
  • Do not panic on protobuf's Unmarshal() errors (#​338)
Complete Changes

v0.7.0

Compare Source

Changelog

Added
  • Clarification that GetDefaultOptions() is meant to be used by the library itself, not users (#​307)
Updated
  • Dependencies and added a go_tests.mod file to separate dependencies for building vs running tests (note: the -modfile go tooling argument requires Go 1.14+) (#​316)
Complete Changes

v0.6.0

Compare Source

Changelog

Added
  • RedeliveryCount in the PubMsg protobuf. Note that this value will always be zero until the feature is supported in the Streaming Server (#​295)
Fixed
  • Connection Close() could deadlock if there were async publish calls with AckHandler that would access that connection (#​298)
Complete Changes

v0.5.2

Compare Source

Changelog

With the release of Go 1.13.3, the go get github.com/nats-io/stan.go is now working!

Updated
  • Example tools to default to async publish, be able to use NATS 2.0 features (--creds), etc.. (#​274)
  • Default URL to use loopback instead of localhost (#​290)
  • NATS Dependency (#​290)
Improved
  • Added wrong cluster ID hint in connect timeout error. Thanks to @​politician for the report (#​286)
  • Documentation to indicate thread safety of Conn and Subscription. Thanks to @​JensRantil for the report (#​291)
Fixed
  • Set internal NATS subscriptions limits to "unlimited" (#​287)
  • Check in Pings() option setter. Thanks to @​ivanovaleksey for the contribution (#​289)
Complete Changes

Configuration

📅 Schedule: Branch creation - "before 3am on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 25, 2022 01:08
@renovate renovate bot added the type: chore work needed to keep the product and development running smoothly label Jan 25, 2022
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 25, 2022
@github-actions github-actions bot added the type: bug code to address defects in shipped code label Jan 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 2d7190b to c2c2952 Compare January 27, 2022 19:31
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 27, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from c2c2952 to 4fa942e Compare March 3, 2022 09:10
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 3, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 4fa942e to e517b32 Compare March 8, 2022 22:14
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 8, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from e517b32 to ee88787 Compare April 7, 2022 13:15
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from ee88787 to 5d2b0e2 Compare April 7, 2022 16:28
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 7, 2022
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 18, 2022
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 29, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 064f7fa to f85ae06 Compare May 30, 2022 17:59
kodiakhq[bot]
kodiakhq bot previously approved these changes May 30, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from f85ae06 to 1b7ec14 Compare June 3, 2022 17:32
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 601a63f to 944ca22 Compare June 28, 2022 20:08
kodiakhq[bot]
kodiakhq bot previously approved these changes Jun 28, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 944ca22 to f993748 Compare June 30, 2022 12:55
kodiakhq[bot]
kodiakhq bot previously approved these changes Jun 30, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from f993748 to df29b98 Compare July 5, 2022 12:23
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 5, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from df29b98 to 347fd72 Compare July 8, 2022 19:30
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 8, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 347fd72 to 7a792c6 Compare July 11, 2022 23:52
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 11, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 7a792c6 to 7dea3f0 Compare July 29, 2022 19:03
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/stan.go to v0.10.2 fix(deps): update module github.com/nats-io/stan.go to v0.10.3 Jul 29, 2022
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 29, 2022
kodiakhq[bot]
kodiakhq bot previously approved these changes Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/stan.go to v0.10.3 fix(deps): update module github.com/nats-io/stan.go to v0.10.4 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 954e7d1 to 424ab54 Compare March 17, 2023 07:52
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale type: bug code to address defects in shipped code type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants